All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aitusoftware.proxygen.common.Constants Maven / Gradle / Ivy

The newest version!
package com.aitusoftware.proxygen.common;

public interface Constants
{
    String PROXYGEN_PUBLISHER_SUFFIX = "ProxygenPublisherImpl";
    String PROXYGEN_SUBSCRIBER_SUFFIX = "ProxygenSubscriberImpl";
    String MESSAGE_BUILDER_SUFFIX = "Builder";
    String MESSAGE_FLYWEIGHT_SUFFIX = "Flyweight";
    String MESSAGE_SERIALISER_SUFFIX = "Serialiser";
    String SIZED_INTERFACE = "com.aitusoftware.transport.messaging.Sized";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy