메소드 | 설명 | |
---|---|---|
CreateListener ( ListenerEndpoint endpoint ) : void |
Create a listener in the persistence store
|
|
CreateSubscription ( SubscriptionEndpoint subscription ) : void |
Create a subscription in the persistence store.
|
|
DeleteListener ( ListenerEndpoint endpoint ) : void |
Delete a listener from the persistence store
|
|
DeleteSubscription ( SubscriptionEndpoint subscription ) : void |
Delete a subscription from the persistence store.
|
|
LoadEndpoints ( ) : IEnumerable |
Load saved end points from the persistence store.
|
|
OnListenerAdded ( ListenerEndpoint endpoint ) : void | ||
OnListenerRemoved ( ListenerEndpoint endpoint ) : void | ||
OnStart ( ) : void | ||
OnStop ( ) : void | ||
OnSubscriptionAdded ( SubscriptionEndpoint endpoint ) : void | ||
OnSubscriptionRemoved ( SubscriptionEndpoint endpoint ) : void |
protected abstract CreateListener ( ListenerEndpoint endpoint ) : void | ||
endpoint | ListenerEndpoint | |
리턴 | void |
protected abstract CreateSubscription ( SubscriptionEndpoint subscription ) : void | ||
subscription | SubscriptionEndpoint | |
리턴 | void |
protected abstract DeleteListener ( ListenerEndpoint endpoint ) : void | ||
endpoint | ListenerEndpoint | |
리턴 | void |
protected abstract DeleteSubscription ( SubscriptionEndpoint subscription ) : void | ||
subscription | SubscriptionEndpoint | |
리턴 | void |
protected OnListenerAdded ( ListenerEndpoint endpoint ) : void | ||
endpoint | ListenerEndpoint | |
리턴 | void |
protected OnListenerRemoved ( ListenerEndpoint endpoint ) : void | ||
endpoint | ListenerEndpoint | |
리턴 | void |
protected OnSubscriptionAdded ( SubscriptionEndpoint endpoint ) : void | ||
endpoint | SubscriptionEndpoint | |
리턴 | void |
protected OnSubscriptionRemoved ( SubscriptionEndpoint endpoint ) : void | ||
endpoint | SubscriptionEndpoint | |
리턴 | void |