Uses of Class
org.apache.camel.component.milo.client.MonitorFilterType
-
Packages that use MonitorFilterType Package Description org.apache.camel.component.milo.client -
-
Uses of MonitorFilterType in org.apache.camel.component.milo.client
Methods in org.apache.camel.component.milo.client that return MonitorFilterType Modifier and Type Method Description MonitorFilterTypeMiloClientEndpoint. getMonitorFilterType()MonitorFilterTypeMonitorFilterConfiguration. getMonitorFilterType()static MonitorFilterTypeMonitorFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorFilterType[]MonitorFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.milo.client with parameters of type MonitorFilterType Modifier and Type Method Description voidMiloClientEndpoint. setMonitorFilterType(MonitorFilterType monitorFilterType)voidMonitorFilterConfiguration. setMonitorFilterType(MonitorFilterType monitorFilterType)
-