Package | Description |
---|---|
com.liferay.portal.kernel.messaging | |
com.liferay.portal.kernel.messaging.config |
Modifier and Type | Class and Description |
---|---|
class |
BaseDestination |
class |
DestinationWrapper |
Modifier and Type | Field and Description |
---|---|
protected Destination |
DestinationWrapper.destination |
Modifier and Type | Method and Description |
---|---|
Destination |
DestinationFactory.createDestination(DestinationConfiguration destinationConfiguration) |
static Destination |
DestinationFactoryUtil.createDestination(DestinationConfiguration destinationConfiguration) |
static Destination |
MessageBusUtil.getDestination(String destinationName) |
Destination |
MessageBus.getDestination(String destinationName) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDestination.copyDestinationEventListeners(Destination destination) |
void |
Destination.copyDestinationEventListeners(Destination destination) |
void |
DestinationWrapper.copyDestinationEventListeners(Destination destination) |
void |
BaseDestination.copyMessageListeners(Destination destination) |
void |
Destination.copyMessageListeners(Destination destination) |
void |
DestinationWrapper.copyMessageListeners(Destination destination) |
void |
MessageBusEventListener.destinationAdded(Destination destination) |
void |
GlobalMessageBusEventListener.destinationAdded(Destination destination) |
void |
MessageBusEventListener.destinationRemoved(Destination destination) |
void |
GlobalMessageBusEventListener.destinationRemoved(Destination destination) |
Constructor and Description |
---|
DestinationWrapper(Destination destination) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMessagingConfigurator.setDestinations(List<Destination> destinations) |
void |
MessagingConfigurator.setDestinations(List<Destination> destinations) |