Class KnativeEnvironment.KnativeResource
- java.lang.Object
-
- org.apache.camel.component.knative.spi.KnativeEnvironment.KnativeResource
-
- Enclosing class:
- KnativeEnvironment
public static final class KnativeEnvironment.KnativeResource extends Object
-
-
Constructor Summary
Constructors Constructor Description KnativeResource(Knative.Type type, String name, String url, Map<String,String> metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventType()
Map<String,String>
getMetadata()
String
getMetadata(String key)
String
getName()
Optional<String>
getOptionalMetadata(String key)
String
getPath()
Knative.Type
getType()
String
getUrl()
boolean
matches(Knative.Type type, String name)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public Knative.Type getType()
-
getPath
public String getPath()
-
getEventType
public String getEventType()
-
getUrl
public String getUrl()
-
matches
public boolean matches(Knative.Type type, String name)
-
-