JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.flowable.eventregistry.api
Interface InboundEventDeserializer<T>
public interface
InboundEventDeserializer<T>
Author:
Joram Barrez, Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
deserialize
(
Object
rawEvent)
The actual deserialization.
Method Details
deserialize
T
deserialize
(
Object
rawEvent)
The actual deserialization.