Package io.quarkus.funqy.knative.events
Class AbstractCloudEvent<T>
java.lang.Object
io.quarkus.funqy.knative.events.AbstractCloudEvent<T>
- All Implemented Interfaces:
CloudEvent<T>
- Direct Known Subclasses:
HeaderCloudEventImpl,JsonCloudEventImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisKnownSpecVersion(String ceSpecVersion) protected intstatic inttoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.funqy.knative.events.CloudEvent
data, dataContentType, dataSchema, extensions, id, source, specVersion, subject, time, type