Class AbstractBusEndpoint
java.lang.Object
org.springframework.cloud.bus.endpoint.AbstractBusEndpoint
- Direct Known Subclasses:
EnvironmentBusEndpoint,RefreshBusEndpoint
- Author:
- Spencer Gibb
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, String appId, Destination.Factory destinationFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected DestinationgetDestination(String original) protected Destination.Factoryprotected Stringprotected voidpublish(org.springframework.context.ApplicationEvent event)
-
Constructor Details
-
AbstractBusEndpoint
public AbstractBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, String appId, Destination.Factory destinationFactory)
-
-
Method Details
-
getInstanceId
-
getDestinationFactory
-
getDestination
-
publish
protected void publish(org.springframework.context.ApplicationEvent event)
-