
com.aitusoftware.proxygen.common.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxygen Show documentation
Show all versions of proxygen Show documentation
Proxy generator for transport
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