C# 클래스 IServiceOriented.ServiceBus.Services.SubscriptionPersistenceService

Base class for subscription persistence
상속: RuntimeService
파일 보기 프로젝트 열기: jezell/iserviceoriented

보호된 메소드들

메소드 설명
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

메소드 상세

CreateListener() 보호된 추상적인 메소드

Create a listener in the persistence store
protected abstract CreateListener ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
리턴 void

CreateSubscription() 보호된 추상적인 메소드

Create a subscription in the persistence store.
protected abstract CreateSubscription ( SubscriptionEndpoint subscription ) : void
subscription SubscriptionEndpoint
리턴 void

DeleteListener() 보호된 추상적인 메소드

Delete a listener from the persistence store
protected abstract DeleteListener ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
리턴 void

DeleteSubscription() 보호된 추상적인 메소드

Delete a subscription from the persistence store.
protected abstract DeleteSubscription ( SubscriptionEndpoint subscription ) : void
subscription SubscriptionEndpoint
리턴 void

LoadEndpoints() 보호된 추상적인 메소드

Load saved end points from the persistence store.
protected abstract LoadEndpoints ( ) : IEnumerable
리턴 IEnumerable

OnListenerAdded() 보호된 메소드

protected OnListenerAdded ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
리턴 void

OnListenerRemoved() 보호된 메소드

protected OnListenerRemoved ( ListenerEndpoint endpoint ) : void
endpoint ListenerEndpoint
리턴 void

OnStart() 보호된 메소드

protected OnStart ( ) : void
리턴 void

OnStop() 보호된 메소드

protected OnStop ( ) : void
리턴 void

OnSubscriptionAdded() 보호된 메소드

protected OnSubscriptionAdded ( SubscriptionEndpoint endpoint ) : void
endpoint SubscriptionEndpoint
리턴 void

OnSubscriptionRemoved() 보호된 메소드

protected OnSubscriptionRemoved ( SubscriptionEndpoint endpoint ) : void
endpoint SubscriptionEndpoint
리턴 void