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, org.springframework.context.ApplicationEventPublisherAware

@BusAware("frank-management-bus") @TopicSelector(LOG_CONFIGURATION) public class UpdateLogSettings extends BusEndpointBase implements org.springframework.context.ApplicationEventPublisherAware
  • 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)
    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware