Class ServerStatistics
java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.ServerStatistics
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
@BusAware("frank-management-bus")
@TopicSelector(APPLICATION)
public class ServerStatistics
extends BusEndpointBase
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<String>
org.springframework.messaging.Message<String>
getServerInformation
(org.springframework.messaging.Message<?> message) Methods inherited from class org.frankframework.management.bus.endpoints.BusEndpointBase
afterPropertiesSet, createBean, doAfterPropertiesSet, getAdapterByName, getApplicationContext, getBean, getConfigurationByName, getIbisManager, getMediaTypeFromName, getPipeByName, getReceiverByName, log2SecurityLog, setApplicationContext
-
Constructor Details
-
ServerStatistics
public ServerStatistics()
-
-
Method Details
-
getServerInformation
@ActionSelector(GET) @PermitAll public org.springframework.messaging.Message<String> getServerInformation(org.springframework.messaging.Message<?> message) -
getApplicationWarnings
@ActionSelector(WARNINGS) @PermitAll public org.springframework.messaging.Message<String> getApplicationWarnings()
-