Uses of Interface
org.springframework.cloud.bus.event.Destination
Packages that use Destination
-
Uses of Destination in org.springframework.cloud.bus.endpoint
Methods in org.springframework.cloud.bus.endpoint that return DestinationModifier and TypeMethodDescriptionprotected DestinationAbstractBusEndpoint.getDestination(String original) -
Uses of Destination in org.springframework.cloud.bus.event
Methods in org.springframework.cloud.bus.event that return DestinationModifier and TypeMethodDescriptionDestination.Factory.getDestination(String originalDestination) PathDestinationFactory.getDestination(String originalDestination) Constructors in org.springframework.cloud.bus.event with parameters of type DestinationModifierConstructorDescriptionAckRemoteApplicationEvent(Object source, String originService, Destination destination, String ackDestinationService, String ackId, Class<? extends RemoteApplicationEvent> type) EnvironmentChangeRemoteApplicationEvent(Object source, String originService, Destination destination, Map<String, String> values) RefreshRemoteApplicationEvent(Object source, String originService, Destination destination) protectedRemoteApplicationEvent(Object source, String originService, Destination destination)