Adding imports in the examples docs

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-09-20 12:41:51 -03:00
parent 0857dfa4ca
commit b14b6b0652
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import io.cloudevents.extensions.ExtensionFormat;
import io.cloudevents.format.Wire;
import io.cloudevents.v02.CloudEventBuilder;
import io.cloudevents.v02.CloudEventImpl;
import io.cloudevents.v02.http.Marshallers;
//...
@ -118,6 +119,8 @@ import java.time.ZonedDateTime;
import io.cloudevents.extensions.DistributedTracingExtension;
import io.cloudevents.extensions.ExtensionFormat;
import io.cloudevents.v02.CloudEventBuilder;
import io.cloudevents.v02.CloudEventImpl;
import io.cloudevents.v02.http.Marshallers;
// . . .
@ -167,6 +170,7 @@ import java.util.Map;
import io.cloudevents.CloudEvent;
import io.cloudevents.v02.AttributesImpl;
import io.cloudevents.v02.http.Unmarshallers;
// . . .

View File

@ -35,6 +35,7 @@ import org.apache.kafka.common.serialization.ByteArraySerializer;
import io.cloudevents.format.builder.EventStep;
import io.cloudevents.kafka.CloudEventsKafkaProducer;
import io.cloudevents.v02.CloudEventImpl;
import io.cloudevents.v02.AttributesImpl;
import io.cloudevents.v02.kafka.Marshallers;
// . . .
@ -80,6 +81,7 @@ import org.apache.kafka.common.serialization.ByteArraySerializer;
import io.cloudevents.format.builder.EventStep;
import io.cloudevents.kafka.CloudEventsKafkaProducer;
import io.cloudevents.v02.CloudEventImpl;
import io.cloudevents.v02.AttributesImpl;
import io.cloudevents.v02.kafka.Marshallers;
// . . .
@ -131,6 +133,7 @@ import io.cloudevents.CloudEvent;
import io.cloudevents.kafka.CloudEventsKafkaConsumer;
import io.cloudevents.types.Much;
import io.cloudevents.v02.AttributesImpl;
import io.cloudevents.v02.kafka.Unmarshallers;
// . . .
@ -176,6 +179,7 @@ import io.cloudevents.CloudEvent;
import io.cloudevents.kafka.CloudEventsKafkaConsumer;
import io.cloudevents.types.Much;
import io.cloudevents.v02.AttributesImpl;
import io.cloudevents.v02.kafka.Unmarshallers;
// . . .