Java org.springframework.integration.channel.interceptor WireTap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.channel.interceptor WireTap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.channel.interceptor WireTap.

The text is from its open source code.

Constructor

WireTap(MessageChannel channel)
Create a new wire tap with no MessageSelector .
WireTap(String channelName)
Create a new wire tap based on the MessageChannel name and with no MessageSelector .