Openwings API Documentation (v1.1)

net.openwings.connector.asynchronous
Interface SubscriberProxy

All Superinterfaces:
ReceiverProxy, java.io.Serializable

public interface SubscriberProxy
extends ReceiverProxy, java.io.Serializable

This class contains the methods that are to be implemented by a service's subscriber proxy. These methods provide a standard interface for initializing, connecting, disconnecting, and receiving events through an arbitrary transport protocol from a PublisherProxy. This interface also provides a standardization that can be used by generators for specific protocols to generate a subscriber proxy for a given interface.


Methods inherited from interface net.openwings.connector.ReceiverProxy
connect, disconnect, setServiceImpl
 


Openwings API Documentation (v1.1)