java.lang.Object
org.apache.camel.component.zookeepermaster.group.internal.CompositeOperation

public class CompositeOperation extends Object
Operation that aggregates several operations to be performed inside single task passed to thread executor
  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
  • Constructor Details

    • CompositeOperation

      public CompositeOperation(org.apache.camel.component.zookeepermaster.group.internal.Operation... operations)
  • Method Details