Class AdapterStatistics

java.lang.Object
org.frankframework.management.bus.endpoints.BusEndpointBase
org.frankframework.management.bus.endpoints.AdapterStatistics
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@BusAware("frank-management-bus") @TopicSelector(ADAPTER) public class AdapterStatistics extends BusEndpointBase
  • Constructor Details

    • AdapterStatistics

      public AdapterStatistics()
  • Method Details

    • doAfterPropertiesSet

      protected void doAfterPropertiesSet()
      Overrides:
      doAfterPropertiesSet in class BusEndpointBase
    • getStatistics

      @ActionSelector(STATUS) @RolesAllowed({"IbisObserver","IbisDataAdmin","IbisAdmin","IbisTester"}) public org.springframework.messaging.Message<String> getStatistics(org.springframework.messaging.Message<?> message)