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 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()