BaseEventT - Base type for all events.public final class EventStreamTaggedUnionJsonMarshaller<BaseEventT> extends Object implements Marshaller<BaseEventT>
Marshaller that dispatches the given event to the
correct marshaller based on the event class type.| Modifier and Type | Class and Description |
|---|---|
static class |
EventStreamTaggedUnionJsonMarshaller.Builder<BaseEventT> |
| Modifier and Type | Method and Description |
|---|---|
static EventStreamTaggedUnionJsonMarshaller.Builder |
builder() |
SdkHttpFullRequest |
marshall(BaseEventT eventT) |
public SdkHttpFullRequest marshall(BaseEventT eventT)
marshall in interface Marshaller<BaseEventT>public static EventStreamTaggedUnionJsonMarshaller.Builder builder()
Copyright © 2021. All rights reserved.