Class ConnectionOverview
- java.lang.Object
-
- nl.nn.adapterframework.management.bus.endpoints.BusEndpointBase
-
- nl.nn.adapterframework.management.bus.endpoints.ConnectionOverview
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
@BusAware("frank-management-bus") public class ConnectionOverview extends BusEndpointBase
-
-
Field Summary
-
Fields inherited from class nl.nn.adapterframework.management.bus.endpoints.BusEndpointBase
log
-
-
Constructor Summary
Constructors Constructor Description ConnectionOverview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.messaging.Message<String>
getAllConnections(org.springframework.messaging.Message<?> message)
-
Methods inherited from class nl.nn.adapterframework.management.bus.endpoints.BusEndpointBase
afterPropertiesSet, createBean, doAfterPropertiesSet, getAdapterByName, getApplicationContext, getBean, getConfigurationByName, getIbisManager, getMediaTypeFromName, getPipeByName, getReceiverByName, log2SecurityLog, setApplicationContext
-
-
-
-
Method Detail
-
getAllConnections
@TopicSelector(CONNECTION_OVERVIEW) public org.springframework.messaging.Message<String> getAllConnections(org.springframework.messaging.Message<?> message)
-
-