@Qualifier @Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD,PARAMETER}) public @interface Connector
The value indicates the name associated with the bean implementing either
IncomingConnectorFactory or OutgoingConnectorFactory or both.
Note that the given name is a user-facing interface used in the configuration.
public abstract String value
IncomingConnectorFactory
or OutgoingConnectorFactory. Must not be null. Returning null will cause a deployment
failure.Copyright © 2018–2021 SmallRye. All rights reserved.