Class DebuggerActive

java.lang.Object
org.frankframework.ladybug.DebuggerActive
All Implemented Interfaces:
EventListener, BooleanSupplier, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>

public class DebuggerActive extends Object implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>, org.springframework.beans.factory.InitializingBean, BooleanSupplier
Used to determine whether the test tool is activated by using the testtool.enabled appConstants property.
Will throw a after the value changes.
See Also:
  • Constructor Details

    • DebuggerActive

      public DebuggerActive()
  • Method Details

    • setApplicationEventPublisher

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

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • onApplicationEvent

      public void onApplicationEvent(@NonNull DebuggerStatusChangedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<DebuggerStatusChangedEvent>
    • getAsBoolean

      public boolean getAsBoolean()
      Specified by:
      getAsBoolean in interface BooleanSupplier