Uses of Class
org.springframework.cloud.bus.event.RemoteApplicationEvent
Packages that use RemoteApplicationEvent
-
Uses of RemoteApplicationEvent in org.springframework.cloud.bus
Methods in org.springframework.cloud.bus with parameters of type RemoteApplicationEventModifier and TypeMethodDescriptionvoidBusConsumer.accept(RemoteApplicationEvent event) booleanPathServiceMatcher.isForSelf(RemoteApplicationEvent event) booleanServiceMatcher.isForSelf(RemoteApplicationEvent event) booleanPathServiceMatcher.isFromSelf(RemoteApplicationEvent event) booleanServiceMatcher.isFromSelf(RemoteApplicationEvent event) voidRemoteApplicationEventListener.onApplicationEvent(RemoteApplicationEvent event) voidBusBridge.send(RemoteApplicationEvent event) voidStreamBusBridge.send(RemoteApplicationEvent event) -
Uses of RemoteApplicationEvent in org.springframework.cloud.bus.event
Subclasses of RemoteApplicationEvent in org.springframework.cloud.bus.eventModifier and TypeClassDescriptionclassAn event that signals an ack of a specificRemoteApplicationEvent.classclassclassMethods in org.springframework.cloud.bus.event that return types with arguments of type RemoteApplicationEventModifier and TypeMethodDescriptionClass<? extends RemoteApplicationEvent>AckRemoteApplicationEvent.getEvent()Class<? extends RemoteApplicationEvent>SentApplicationEvent.getType()Method parameters in org.springframework.cloud.bus.event with type arguments of type RemoteApplicationEventModifier and TypeMethodDescriptionvoidSentApplicationEvent.setType(Class<? extends RemoteApplicationEvent> type) Constructor parameters in org.springframework.cloud.bus.event with type arguments of type RemoteApplicationEventModifierConstructorDescriptionAckRemoteApplicationEvent(Object source, String originService, Destination destination, String ackDestinationService, String ackId, Class<? extends RemoteApplicationEvent> type) SentApplicationEvent(Object source, String originService, String destinationService, String id, Class<? extends RemoteApplicationEvent> type)