Class AbstractBusEndpoint

java.lang.Object
org.springframework.cloud.bus.endpoint.AbstractBusEndpoint
Direct Known Subclasses:
EnvironmentBusEndpoint, RefreshBusEndpoint

public class AbstractBusEndpoint extends Object
Author:
Spencer Gibb
  • Constructor Details

    • AbstractBusEndpoint

      public AbstractBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, String appId, Destination.Factory destinationFactory)
  • Method Details

    • getInstanceId

      protected String getInstanceId()
    • getDestinationFactory

      protected Destination.Factory getDestinationFactory()
    • getDestination

      protected Destination getDestination(String original)
    • publish

      protected void publish(org.springframework.context.ApplicationEvent event)