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
public abstract class AbstractCloudEvent<T> extends Object implements CloudEvent<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractCloudEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisKnownSpecVersion(String ceSpecVersion)protected intmajorSpecVersion()static intparseMajorSpecVersion(String ver)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.funqy.knative.events.CloudEvent
data, dataContentType, dataSchema, extensions, id, source, specVersion, subject, time, type
-
-