@Deprecated
public class AmqpTarget
extends MessageTarget
Out-of-the-box implementation of Target, that run Interaction against message pact and verify response By default it will scan all packages for annotated methods, but a list of packages can be provided to reduce the performance cost
@JvmOverloads
public AmqpTarget(@NotNull
java.util.List<java.lang.String> packagesToScan,
@Nullable
java.lang.ClassLoader classLoader)
Out-of-the-box implementation of Target, that run Interaction against message pact and verify response By default it will scan all packages for annotated methods, but a list of packages can be provided to reduce the performance cost
packagesToScan - List of JVM packages@JvmOverloads
public AmqpTarget(@NotNull
java.util.List<java.lang.String> packagesToScan)
Out-of-the-box implementation of Target, that run Interaction against message pact and verify response By default it will scan all packages for annotated methods, but a list of packages can be provided to reduce the performance cost
packagesToScan - List of JVM packages@JvmOverloads public AmqpTarget()
Out-of-the-box implementation of Target, that run Interaction against message pact and verify response By default it will scan all packages for annotated methods, but a list of packages can be provided to reduce the performance cost