All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.solace.spring.cloud.stream.binder.util.UnboundFlowReceiverContainerException Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version
package com.solace.spring.cloud.stream.binder.util;

/**
 * 

Flow receiver container is not bound to a flow receiver.

*

Typically caused by one of:

*
    *
  • {@link FlowReceiverContainer#unbind()}
  • *
*/ public class UnboundFlowReceiverContainerException extends Exception { public UnboundFlowReceiverContainerException(String message) { super(message); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy