Class UpdateLogSettings

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

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

    • UpdateLogSettings

      public UpdateLogSettings()
  • Method Details

    • getLogConfiguration

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

      @ActionSelector(MANAGE) @RolesAllowed({"IbisDataAdmin","IbisAdmin","IbisTester"}) public void updateLogConfiguration(org.springframework.messaging.Message<?> message)