public class DbSchedulerBinaryEventData extends Object implements Serializable
com.github.kagkarlsson.scheduler.serializer.Serializer configured on the
 Scheduler. This one is used with the
 DbSchedulerEventScheduler#binaryTask()| Constructor and Description | 
|---|
| DbSchedulerBinaryEventData(byte[] serializedPayload,
                          String payloadClass,
                          String revision,
                          byte[] serializedMetadata)Crates a new  DbSchedulerHumanReadableEventDatawith all the fields set. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getC()Gets the payload class. | 
| byte[] | getM()Gets the serialized metadata. | 
| byte[] | getP()Gets the serialized payload. | 
| String | getR()Gets the revision. | 
| int | hashCode() | 
| void | setC(String c)Sets the payload class. | 
| void | setM(byte[] m)Sets the serialized metadata. | 
| void | setP(byte[] p)Sets the serialized payload. | 
| void | setR(String r)Sets the revision. | 
| String | toString() | 
public DbSchedulerBinaryEventData(byte[] serializedPayload,
                                  String payloadClass,
                                  String revision,
                                  byte[] serializedMetadata)
DbSchedulerHumanReadableEventData with all the fields set.public byte[] getP()
Stringpublic void setP(byte[] p)
p - as Stringpublic byte[] getM()
Stringpublic void setM(byte[] m)
m - as StringCopyright © 2010–2025. All rights reserved.