Class ControlBusCommandRegistry.CommandMethod

java.lang.Object
org.springframework.integration.support.management.ControlBusCommandRegistry.CommandMethod
Enclosing class:
ControlBusCommandRegistry

public static final class ControlBusCommandRegistry.CommandMethod extends Object
The Java Bean to represent a Control Bus command as a bean method with its parameter types.
  • Method Details

    • getBeanName

      public String getBeanName()
    • getMethodName

      public String getMethodName()
    • getParameterTypes

      public Class<?>[] getParameterTypes()
    • getDescription

      public String getDescription()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object