Enum Class BusTopic

java.lang.Object
java.lang.Enum<BusTopic>
org.frankframework.management.bus.BusTopic
All Implemented Interfaces:
Serializable, Comparable<BusTopic>, Constable

public enum BusTopic extends Enum<BusTopic>
  • Enum Constant Details

    • APPLICATION

      public static final BusTopic APPLICATION
    • CONFIGURATION

      public static final BusTopic CONFIGURATION
    • ADAPTER

      public static final BusTopic ADAPTER
    • FLOW

      public static final BusTopic FLOW
    • IBISACTION

      public static final BusTopic IBISACTION
    • LOGGING

      public static final BusTopic LOGGING
    • SECURITY_ITEMS

      public static final BusTopic SECURITY_ITEMS
    • JDBC

      public static final BusTopic JDBC
    • JDBC_MIGRATION

      public static final BusTopic JDBC_MIGRATION
    • DEBUG

      public static final BusTopic DEBUG
    • ENVIRONMENT

      public static final BusTopic ENVIRONMENT
    • LOG_CONFIGURATION

      public static final BusTopic LOG_CONFIGURATION
    • LOG_DEFINITIONS

      public static final BusTopic LOG_DEFINITIONS
    • CONNECTION_OVERVIEW

      public static final BusTopic CONNECTION_OVERVIEW
    • IBISSTORE_SUMMARY

      public static final BusTopic IBISSTORE_SUMMARY
    • INLINESTORAGE_SUMMARY

      public static final BusTopic INLINESTORAGE_SUMMARY
    • QUEUE

      public static final BusTopic QUEUE
    • HEALTH

      public static final BusTopic HEALTH
    • WEBSERVICES

      public static final BusTopic WEBSERVICES
    • SCHEDULER

      public static final BusTopic SCHEDULER
    • SERVICE_LISTENER

      public static final BusTopic SERVICE_LISTENER
    • TEST_PIPELINE

      public static final BusTopic TEST_PIPELINE
    • MESSAGE_BROWSER

      public static final BusTopic MESSAGE_BROWSER
    • MONITORING

      public static final BusTopic MONITORING
    • FILE_VIEWER

      public static final BusTopic FILE_VIEWER
  • Field Details

  • Method Details

    • values

      public static BusTopic[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BusTopic valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null