Class ProtobufDeactivateCallback
- java.lang.Object
-
- org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
-
- org.drools.core.common.AgendaGroupQueueImpl.DeactivateCallback
-
- org.drools.serialization.protobuf.actions.ProtobufDeactivateCallback
-
- All Implemented Interfaces:
org.drools.core.common.WorkingMemoryAction,org.drools.core.phreak.PropagationEntry,ProtobufWorkingMemoryAction
public class ProtobufDeactivateCallback extends org.drools.core.common.AgendaGroupQueueImpl.DeactivateCallback implements ProtobufWorkingMemoryAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.phreak.PropagationEntry
org.drools.core.phreak.PropagationEntry.AbstractPartitionedPropagationEntry, org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry, org.drools.core.phreak.PropagationEntry.Delete, org.drools.core.phreak.PropagationEntry.Insert, org.drools.core.phreak.PropagationEntry.PartitionedDelete, org.drools.core.phreak.PropagationEntry.PartitionedUpdate, org.drools.core.phreak.PropagationEntry.PropagationEntryWithResult<T extends Object>, org.drools.core.phreak.PropagationEntry.Update
-
-
Constructor Summary
Constructors Constructor Description ProtobufDeactivateCallback(org.drools.core.marshalling.impl.MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtobufMessages.ActionQueue.Actionserialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)-
Methods inherited from class org.drools.core.phreak.PropagationEntry.AbstractPropagationEntry
defersExpiration, execute, getNext, getSplitForPartition, isCalledFromRHS, isPartitionSplittable, requiresImmediateFlushing, setNext
-
-
-
-
Constructor Detail
-
ProtobufDeactivateCallback
public ProtobufDeactivateCallback(org.drools.core.marshalling.impl.MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
-
-
Method Detail
-
serialize
public ProtobufMessages.ActionQueue.Action serialize(org.drools.core.marshalling.impl.MarshallerWriteContext context)
- Specified by:
serializein interfaceProtobufWorkingMemoryAction
-
-