Example usage for org.springframework.boot.devtools.tunnel.client TunnelClientListener interface-usage

List of usage examples for org.springframework.boot.devtools.tunnel.client TunnelClientListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.devtools.tunnel.client TunnelClientListener interface-usage.

Usage

From source file org.springframework.boot.devtools.remote.client.LoggingTunnelClientListener.java

/**
 * {@link TunnelClientListener} to log open/close events.
 *
 * @author Phillip Webb
 */
class LoggingTunnelClientListener implements TunnelClientListener {