public interface MessageCallback<T>
Message
) and use it as a
method parameter or construct it lazily. This callback should be used to work around this limitation.
Note that the method parameters are not checked and so the invocation may result in ArrayIndexOutOfBoundsException
.Message
Modifier and Type | Method and Description |
---|---|
T |
construct(Object... params)
Constructs the message or Throwable.
|
Copyright © 2021. All rights reserved.