public class ConsumerManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static Consumer<?> |
getConsumer(String type) |
static PrintWriter |
getLogWriter() |
static void |
println(String message) |
static void |
register(ConsumerFactory factory) |
static void |
setLogWriter(PrintWriter out) |
public static void register(ConsumerFactory factory)
public static Consumer<?> getConsumer(String type) throws SQLException
SQLExceptionpublic static PrintWriter getLogWriter()
public static void setLogWriter(PrintWriter out)
public static void println(String message)
Copyright © 2025. All rights reserved.