Uses of Class
org.drools.serialization.protobuf.ProtobufMarshallerReaderContext
Packages that use ProtobufMarshallerReaderContext
-
Uses of ProtobufMarshallerReaderContext in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf with parameters of type ProtobufMarshallerReaderContextModifier and TypeMethodDescriptionstatic voidProtobufInputMarshaller.readActionQueue(ProtobufMarshallerReaderContext context, ProtobufMessages.RuleData _session) static voidProtobufInputMarshaller.readAgenda(ProtobufMarshallerReaderContext context, ProtobufMessages.RuleData _ruleData, InternalAgenda agenda) static InternalFactHandleProtobufInputMarshaller.readFactHandle(ProtobufMarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint entryPoint, ProtobufMessages.FactHandle _handle) static voidProtobufInputMarshaller.readFactHandles(ProtobufMarshallerReaderContext context, ProtobufMessages.EntryPoint _ep, ObjectStore objectStore, List<PropagationContext> pctxs) static voidProtobufInputMarshaller.readSession(org.drools.kiesession.session.StatefulKnowledgeSessionImpl session, ProtobufMarshallerReaderContext context) Stream the data into an existing sessionstatic ReadSessionResultProtobufInputMarshaller.readSession(ProtobufMarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config, KieSessionInitializer initializer) static org.drools.kiesession.session.StatefulKnowledgeSessionImplProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, org.drools.kiesession.session.StatefulKnowledgeSessionImpl session, InternalAgenda agenda, ProtobufMarshallerReaderContext context) static voidProtobufInputMarshaller.readTruthMaintenanceSystem(org.drools.kiesession.session.StatefulKnowledgeSessionImpl session, ProtobufMarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint wmep, ProtobufMessages.EntryPoint _ep, List<PropagationContext> pctxs) -
Uses of ProtobufMarshallerReaderContext in org.drools.serialization.protobuf.timers
Methods in org.drools.serialization.protobuf.timers with parameters of type ProtobufMarshallerReaderContextModifier and TypeMethodDescriptionvoidBehaviorJobContextTimerInputMarshaller.read(ProtobufMarshallerReaderContext inCtx) voidExpireJobContextTimerInputMarshaller.read(ProtobufMarshallerReaderContext inCtx)