Uses of Class
net.messagevortex.router.operation.InternalPayloadSpace
Packages that use InternalPayloadSpace
Package
Description
Contains classes required to execute mix operations in memory.
-
Uses of InternalPayloadSpace in net.messagevortex
Methods in net.messagevortex that return InternalPayloadSpaceModifier and TypeMethodDescriptionstatic InternalPayloadSpaceMessageVortexRepository.getOwnSpace(String uid, IdentityBlock ib) Gets own payload space for a specific identity.static InternalPayloadSpaceMessageVortexRepository.getSimulatedSpace(String uid, IdentityBlock ib) gets a simulated payload space for a specific identity block. -
Uses of InternalPayloadSpace in net.messagevortex.router.operation
Methods in net.messagevortex.router.operation that return InternalPayloadSpaceModifier and TypeMethodDescriptionInternalPayloadSpaceStore.getInternalPayload(IdentityBlock identity) Gets a payload space from the payload space store.InternalPayloadSpaceStore.setInternalPayload(IdentityBlock identity, InternalPayloadSpace payload) Sets a payload space into the payload space store.Methods in net.messagevortex.router.operation with parameters of type InternalPayloadSpaceModifier and TypeMethodDescriptionvoidAbstractOperation.setInternalPayload(InternalPayloadSpace payload) Puts a payload int the workspace.InternalPayloadSpaceStore.setInternalPayload(IdentityBlock identity, InternalPayloadSpace payload) Sets a payload space into the payload space store.voidOperation.setInternalPayload(InternalPayloadSpace payload) Sets the internal payload and associated identity.