Client consuming rest services Flashcards
1
Q
client package
A
1.Code to interfaces–> that define the rest methods to be called:
2.Annotate @Service–> the Class implementing the interface
Use a refenrence to the WebClient
client package
1.Code to interfaces–> that define the rest methods to be called:
2.Annotate @Service–> the Class implementing the interface
Use a refenrence to the WebClient