VertX Gateway Component Not Found For BufferFactoryComponentImpl #1323
Answered
by
msavy
shekarnode
asked this question in
Help
-
Hi Eric/Marc, I am trying to use a custom policy in VertX gateway along with BufferFactoryComponentImpl for creating a buffer. ApiVersion : apiman-distro-vertx-1.5.7.Final following is the code for creating buffer:
I'am getting following error.
|
Beta Was this translation helpful? Give feedback.
Answered by
msavy
Jun 16, 2021
Replies: 1 comment 6 replies
-
You likely want to do:
Does that work for you? |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
msavy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You likely want to do:
final IBufferFactoryComponent bufferFactory = context.getComponent(IBufferFactoryComponent.class);
Does that work for you?