Package org.jboss.logmanager.handlers
Interface FlushableCloseable
-
- All Superinterfaces:
AutoCloseable,Closeable,Flushable
- All Known Implementing Classes:
AsyncHandler,ConsoleHandler,DelayedHandler,ExtHandler,FileHandler,NullHandler,OutputStreamHandler,PeriodicRotatingFileHandler,PeriodicSizeRotatingFileHandler,QueueHandler,SizeRotatingFileHandler,SocketHandler,SslTcpOutputStream,SyslogHandler,TcpOutputStream,UdpOutputStream,WriterHandler
public interface FlushableCloseable extends Flushable, Closeable
A resource which is flushable and closeable.