Uses of Class
org.drools.serialization.protobuf.ReadSessionResult
-
Packages that use ReadSessionResult Package Description org.drools.serialization.protobuf -
-
Uses of ReadSessionResult in org.drools.serialization.protobuf
Methods in org.drools.serialization.protobuf that return ReadSessionResult Modifier and Type Method Description static ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id)Create a new session into which to read the stream datastatic ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration config)static ReadSessionResultProtobufInputMarshaller. readSession(ProtobufMarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, org.drools.core.SessionConfiguration config, KieSessionInitializer initializer)ReadSessionResultProtobufMarshaller. unmarshallWithMessage(InputStream stream, org.kie.api.runtime.KieSessionConfiguration config, org.kie.api.runtime.Environment environment)
-